home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / lxtw107.zip / README.DOC < prev    next >
Text File  |  1995-07-20  |  6KB  |  123 lines

  1.  
  2.  
  3.         README.DOC                                              July 1995
  4.  
  5.         Welcome to LXT - the LISP EXPLORATION TOOLS!
  6.  
  7.         The LISP Function Tree Generator  (LFT)  is  a  powerful  program
  8.         development,  maintenance and documentation tool. It provides the
  9.         programmer the ability to analyse the LISP or SCHEME source  code
  10.         of  applications,  no matter how big or complex they are.  LFT is
  11.         very useful to explore  new,  unknown  software  and  to  support
  12.         software reuse and maintenance.
  13.  
  14.         By scanning and analyzing the program source code,  LFT builds an
  15.         internal representation of the function call hierarchy relations.
  16.         The analysis is done with the original source code, no additional
  17.         editing to mark functions or data types in  the  source  code  is
  18.         necessary.  Several  features  and  options  allow  the  user  to
  19.         customize the generated hierarchy tree chart output and to get  a
  20.         large set of useful information about the source code.
  21.  
  22.         An  important feature is the database generation which allows the
  23.         recalling of information without reprocessing  the  source.  This
  24.         database  can again be read from LFT to produce different outputs
  25.         or to add new files to the database. The database format is dBASE
  26.         compatible.  A special recall program  called  LFTN  allows  fast
  27.         searching  for  items  in the database.  This program can be used
  28.         within any environment,  for example  from  inside  editors  like
  29.         BRIEF,  QEDIT or MicroEMACS (DOS and WINDOWS version), to provide
  30.         a full software project management  system  with  access  to  all
  31.         functions  and  data  types  with just a keystroke.  This feature
  32.         makes a comfortable "hypertext source code browser  and  locator"
  33.         system  out  of  the  editor.  The  windows  version  provides an
  34.         additionally DLL for database access.
  35.  
  36.         The generation of output files compatible with HTML viewers  like
  37.         NCSA Mosaic,  Netscape or WinWord Internet Assistant is possible.
  38.         Also RTF output files which can be compiled for Windows Help  and
  39.         output for the Rational Rose CASE tool is possible.
  40.  
  41.         Another  feature is the calculation of the critical function call
  42.         path.  It is possible to generate formatted ASCII text files with
  43.         lists of the functions and the scanned files which can be used as
  44.         input  for  other  programs  like  wordprocessors  or spreadsheet
  45.         calculators.
  46.  
  47.         This  software  package  is  provided  either  as  a   compressed
  48.         self-extracting  archive  file LXTnmm.EXE (LISP EXPLORATION TOOLS
  49.         version n.mm) or as a ZIPped archive file LXTnmm.ZIP. The Windows
  50.         versions are named LXTWnmm.EXE (LISP  EXPLORATION  TOOLS  version
  51.         n.mm for Windows) or LXTWnmm.ZIP.
  52.  
  53.         The  official  release  contains the following files (D=only DOS,
  54.         W=only WINDOWS):
  55.  
  56.         LFT.EXE        D The LISP Function Tree Generator
  57.         LFTN.EXE         The LISP Function Tree Navigator
  58.         LXT.CM           The BRIEF macro file
  59.  
  60.  
  61.                                       - 1 -
  62.  
  63.  
  64.         LXTKEYS.CM       The BRIEF macro key definition file
  65.         LXTKEYS.CB       The source code for the BRIEF key defines
  66.         LXT_QEDT.DAT     The QEDIT macro source code
  67.         LXT_ME.CMD       The MicroEMACS macro source code
  68.         LFTIDE.BAT     D The Borland IDE transfer batch file for LFT
  69.         GNULISP.FCT      The GNU EMACS builtin LISP functions
  70.         SXT.DOC          The complete SXT documentation
  71.         INSTALL.DOC      The installation instructions
  72.         PRODUCTS.DOC     The SXT product overview
  73.         REGISTER.US      The INTERNATIONAL registration information
  74.         REGISTER.GER     The GERMAN registration information
  75.         NEWnmm.DOC       The new features and changes for version n.mm
  76.         HISTORY.DOC      The revision history
  77.         PROBLEMS.DOC     The problem and bug list
  78.         README.DOC       The file that you are currently reading
  79.         FILE_ID.DIZ      The BBS description file
  80.         HTML_RTF.DOC     The SXT HTML and RTF output description
  81.         LFTWIN.EXE     W The LISP Function Tree Generator for Windows
  82.         SXTWIN.DOC     W The additional documentation for Windows
  83.         NEWnmm.WIN     W The new features concerning the windows version
  84.         CTL3D.DLL      W DLL for 3D dialogs
  85.         LFTNWIN.DLL    W DLL to access LFT database
  86.         LFTNWIN.LIB    W The library for the DLL
  87.         LFTNWIN.H      W The prototype header file
  88.         SXTNVIEW.EXE   W Visual Basic sample application for DLL access
  89.         SXTNVIEW.ICO   W The SXTN icon
  90.         SXTNVIEW.FRM   W The VB source code
  91.         SXTNVIEW.MAK   W The VB makefile
  92.         SXTNVIEW.DOC   W The documentation for the sample aaplication
  93.  
  94.         All documentation files are ASCII files and should  be  printable
  95.         on every printer.
  96.  
  97.         For  more  information about usage,  hardware and software system
  98.         requirements, installation, trademarks,  warranties,  license and
  99.         registration   details   see   the   appropriate   documentation,
  100.         especially   SXT.DOC,    INSTALL.DOC   and   REGISTER.US    resp.
  101.         REGISTER.GER.
  102.  
  103.         This  software  is  Copyright  (C)  1988-1995 by Juergen Mueller,
  104.         Aldingerstrasse 22, D-70806 Kornwestheim, GERMANY.  This software
  105.         is  NOT public domain or free software,  but is being distributed
  106.         as SHAREWARE.
  107.  
  108.  
  109.                            (THIS DOCUMENT HAS 2 PAGES)
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                       - 2 -
  123.